home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-4 / card_5400.txt < prev    next >
Text File  |  1990-04-06  |  5KB  |  198 lines

  1. -- card: 5400 from stack: in.0-4
  2. -- bmap block id: 5843
  3. -- flags: 0000
  4. -- background id: 8040
  5. -- name: Ex 2.8
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 8006
  11. -- rect: left=299 top=150 right=166 bottom=443
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 174
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Printing fields
  20. ----- HyperTalk script -----
  21. -- The "HiliteRadio" handler is in the stack script.
  22. on mouseUp
  23.   hideFeedback
  24.   HiliteRadio
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 1 (button)
  30. -- low flags: 00
  31. -- high flags: 8006
  32. -- rect: left=299 top=169 right=185 bottom=427
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 174
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Printing cards
  41. ----- HyperTalk script -----
  42. -- The "HiliteRadio" handler is in the stack script.
  43. on mouseUp
  44.   hideFeedback
  45.   HiliteRadio
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 2 (button)
  51. -- low flags: 00
  52. -- high flags: 8006
  53. -- rect: left=299 top=188 right=204 bottom=427
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 174
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Printing stacks
  62. ----- HyperTalk script -----
  63. -- The "HiliteRadio" handler is in the stack script.
  64. on mouseUp
  65.   hideFeedback
  66.   HiliteRadio
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 4 (button)
  72. -- low flags: 00
  73. -- high flags: 8006
  74. -- rect: left=299 top=207 right=223 bottom=449
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 174
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Printing reports
  83. ----- HyperTalk script -----
  84. -- The "HiliteRadio" handler is in the stack script.
  85. on mouseUp
  86.   hideFeedback
  87.   HiliteRadio
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 10 (field)
  93. -- low flags: 81
  94. -- high flags: 2004
  95. -- rect: left=67 top=266 right=316 bottom=412
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 0
  99. -- font id: 174
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: feedback
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   put empty into me
  107.   hide me
  108. end mouseUp
  109.  
  110.  
  111. -- part 12 (button)
  112. -- low flags: 00
  113. -- high flags: A003
  114. -- rect: left=403 top=298 right=316 bottom=462
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 0 / 0
  117. -- text alignment: 1
  118. -- font id: 0
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: Done
  123. ----- HyperTalk script -----
  124. -- The "checkOneRight" handler is in the stack script.  The "cd"
  125. -- argument indicates that this cd requires feedback in a cd fld.
  126. on mouseUp
  127.   checkOneRight cd
  128. end mouseUp
  129.  
  130.  
  131.  
  132. -- part 19 (button)
  133. -- low flags: 00
  134. -- high flags: 0000
  135. -- rect: left=476 top=278 right=308 bottom=507
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 13043 / 13043
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: Mask
  144.  
  145.  
  146. -- part 20 (button)
  147. -- low flags: 00
  148. -- high flags: A003
  149. -- rect: left=347 top=320 right=337 bottom=462
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: Correct Answer
  158. ----- HyperTalk script -----
  159. -- This handler shows the correct answer.
  160.  
  161. on mouseUp
  162.   hideFeedback
  163.   dehiliteBtns
  164.   set hilite of btn 1 to true
  165.   wait 25
  166.   repeat 2
  167.     set hilite of btn 1 to false
  168.     wait 25
  169.     set hilite of btn 1 to true
  170.     wait 25
  171.   end repeat
  172.   ans 5,cd
  173. end mouseUp
  174.  
  175.  
  176.  
  177. -- part contents for background part 9
  178. ----- text -----
  179. 8 of 8
  180.  
  181. -- part contents for background part 6
  182. ----- text -----
  183. Here is a picture of a card from a personnel stack. You want to print the text that is in the field marked 
  184. ‚ÄúNotes.‚Äù What printing option of HyperCard will allow you to do this?
  185.  
  186. -- part contents for background part 19
  187. ----- text -----
  188. Correct. This new feature allows you to print all the information in any field, even a scrolling field.
  189. No, printing selected cards won‚Äôt print all the text in the scrolling ‚ÄúNotes‚Äù field. Try again.
  190. No, this new feature is helpful at other times, but won‚Äôt print all the text in the scrolling ‚ÄúNotes‚Äù field. Try again.
  191. No, this would print much more information than you need.  Try again.
  192. This is the correct answer. This new feature lets you print all the information in any field, even a scrolling field.
  193.  
  194.  
  195.  
  196. -- part contents for background part 20
  197. ----- text -----
  198. 2